home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.editplus.com
/
2015-02-07.ftp.editplus.com.tar
/
ftp.editplus.com
/
epp370p1186_1023.exe
/
[0]
/
TEMPLATE.PL
< prev
next >
Wrap
Perl Script
|
2011-01-29
|
79b
|
7 lines
#!/usr/bin/perl
use strict;
use warnings;
print "Hello, World...\n";
^!